Minor update.
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 14 May 2004 13:53:37 +0000 (13:53 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 14 May 2004 13:53:37 +0000 (13:53 +0000)
docs/reference/ChangeLog
docs/reference/gtk/tree_widget.sgml

index 685a0e7f8412829833d5e28f8a2a952a21a47eb9..c49ca30bd4599f6f2eb7a2e4792e46897c57a8d6 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tree_widget.sgml: Minor update.
+
 2004-05-12  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk.types: Add gtk_cell_renderer_toggle_get_type.
index eb999e29197033769c6473066080ee5cc4f598e7..43463e340d859ba546a725bbddebbd833403aa09 100644 (file)
@@ -169,8 +169,8 @@ tree = gtk_tree_view_new_with_model (GTK_TREE_MODEL (store));
       </para>
       <para>
         Cell renderers are used to draw the data in the tree model in a
-        way.  There are three cell renderers that come with GTK+ 2.0.
-        They are the <link
+        way.  There are a number of cell renderers that come with GTK+ 2.x,
+        including the <link
         linkend="GtkCellRendererText">GtkCellRendererText</link>, <link
         linkend="GtkCellRendererPixbuf">GtkCellRendererPixbuf</link> and
         the <link